Uses of Class
negotiator.utility.EVALFUNCTYPE

Packages that use EVALFUNCTYPE
negotiator.utility   
 

Uses of EVALFUNCTYPE in negotiator.utility
 

Methods in negotiator.utility that return EVALFUNCTYPE
static EVALFUNCTYPE EVALFUNCTYPE.convertToType(java.lang.String type)
          Method which convert a string type to an object.
 EVALFUNCTYPE EvaluatorInteger.getFuncType()
           
static EVALFUNCTYPE EVALFUNCTYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EVALFUNCTYPE[] EVALFUNCTYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.